From: Roger Pau Monne Date: Tue, 26 Apr 2016 10:07:49 +0000 (+0200) Subject: build: remove Kconfig forced gcc selection X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1239 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1265d06dc17a4a4d5365ba18b511bd5b1633e47b;p=xen.git build: remove Kconfig forced gcc selection Signed-off-by: Roger Pau Monné Acked-by: Doug Goldstein Reviewed-by: Andrew Cooper Reviewed-by: Wei Liu Release-acked-by: Wei Liu --- diff --git a/xen/tools/kconfig/Makefile.kconfig b/xen/tools/kconfig/Makefile.kconfig index 815f306f1e..dbd8912015 100644 --- a/xen/tools/kconfig/Makefile.kconfig +++ b/xen/tools/kconfig/Makefile.kconfig @@ -36,8 +36,8 @@ KBUILD_DEFCONFIG := $(ARCH)_defconfig CONFIG_SHELL := $(SHELL) # provide the host compiler -HOSTCC := gcc -HOSTCXX := g++ +HOSTCC ?= gcc +HOSTCXX ?= g++ # force target PHONY += FORCE